/*
Theme Name: CHALIS
Theme URI: http://www.paultrifa.com
Author: Paul Trifa (design-HTML/CSS), Cosmin Cotor (WordPress)
Author URI: http://paultrifa.com/
Description: A premium portfolio theme.
Version: 1.0.0
License: Commercial
License URI: http://www.paultrifa.com
Tags: dark, light, white, black, gray
Text Domain: chalis
*/
@charset "utf-8";
/* CSS Document */

.all-elements {
	overflow-x: hidden;
}
body {
	/* background-color: #282c33; */
}
#content {
	background-color: #FFFFFF;
}
#content .container, .decoration, .column, .gallery {
	margin: 0px 20px;
}
.bxslider-wrapper {
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
}
.container-gray {
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border: 1px solid #ededed;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	/* border-radius: 7px; */
}
.page-header {
	background-color: #2c3e50;
	height: 60px;
	box-shadow: 0px 2px 0px 2px rgba(0, 0, 0, 0.2);
	margin-bottom: 20px;
	background-color: #484848;
	transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
	box-sizing: border-box;
	font-family: Roboto, sans-serif;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.24);
	border-radius: 0px;
	z-index: 5;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	min-height: 40px;
	padding-left: 24px;
	padding-right: 24px;
	position: relative;
}
.paragraph {
	display: block;
	width: 100%;
}
.logo {
	width: 237px;
	float: left;
	margin-right: 0px;
	margin-top: 10px;
	font-size: 20px;
	color: #FFF;
}
.logo img {
	height: auto;
	margin-left: 45px;
}
.deploy-sidebar {
	position: absolute;
	top: 0px;
	left: 0px;
	background: url("../../../../menu.png") no-repeat;
	background-size: 18px 12px;
	background-repeat: no-repeat;
	background-position: 20px 24px;
	width: 60px;
	height: 60px;
}
.deploy-sidebar:hover {
	background-color: rgba(255,255,255,0.1);
}
.sidebar-header {
	overflow: visible;
}
.delete-sidebar {
	overflow: visible!important;
	display: inline;
	position: absolute;
	background-position: 22px 24px;
	background-position: 23px 24px;
	background-size: 16px 17px;
	width: 65px;
	height: 60px;
	left: 196px;
	margin-top: -23px;-25px;
	margin-top: -31px;
	/* background: url("../../../../menu.png") no-repeat; */
	background: url("../../../../right.png") no-repeat;
	background-size: 7px 12px;
	background-repeat: no-repeat;
	background-position: 28px 24px;
}
.delete-sidebar:hover {
	background-color: rgba(255,255,255,0.1);
}
.sidebar-decoration {
	background-color: #111112;
	height: 1px;
	box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.1);
}
.sidebar-separator {
	padding-left: 20px!important;
	font-family: 'Lato', sans-serif;
	color: #757575;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	background-color: #111112;
	opacity: 0.7;
	height: 25px;
	border-top: 1px solid #323437;
	border-bottom: 1px solid #323437;
	text-transform: uppercase;
}
.no-border {
	border-bottom: none!important;
}
.page-content {
	background-color: #282c33;
	z-index: 10;
	display: block;
	min-height: 580px;
}
.page-content-wrapper {
	display: block;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	padding-bottom: 0px;
}
.page-sidebar {
	background-color: #232528;
	background: url("../../../../footer_lodyas.png") 50% 0px;
	width: 260px;
	display: block;
	position: absolute;
	z-index: 2;
	top: 0px;
	left: 0px;
	bottom: 0px;
	overflow: hidden;
	/* position: fixed; */
	transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
	box-sizing: border-box;
	font-family: Roboto, sans-serif;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	box-shadow: rgba(0, 0, 0, 0.156863) 0px 3px 10px, rgba(0, 0, 0, 0.227451) 0px 3px 10px;
	border-radius: 0px;
	height: 100%;
	/* width: 256px; */
	/* position: fixed; */
	z-index: 10;
	left: 0px;
	top: 0px;
	transform: translate3d(0px, 0px, 0px);
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.870588);
}
.page-sidebar-scroll {
	width: 280px;
	overflow: scroll!important;
	overflow-x: hidden!important;
	-webkit-overflow-scroll: touch!important;
	height: 100%;
}
.sidebar-logo {
	margin-top: 25px;
	margin-left: 20px;
	margin-bottom: -7px;
}
.sidebar-header {
	margin-bottom: 26px;
	margin-top: 33px;
	color: #FFF;
	padding-left: 17px;
}
.heading {
	/* font-weight: 800; */
}
.flat-button {
	color: #282C33;
	font-size: 14px;
	background-color: #f6f6f6;
	/* border-radius: 5px; */
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	padding-right: 20px;
	padding: 12px;
	margin-right: 10px;
	margin-bottom: 10px;
	/* border: 1px solid #ddd; */
	/* display: inline-block; */
	line-height: 21px;
}
.center-button {
	width: 160px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
.flat-menu {

	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position: 9px 10px;
}
.flat-settings {

	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position: 8px 9px;
}
.flat-features {

	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position: 8px 9px;
}
.flat-gallery {

	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position: 8px 9px;
}
.flat-portfolio {

	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position: 8px 9px;
}
.footer {
	/* background-color: #2c3e50; */
	height: 60px;
}
.footer-facebook {

	background-size: 24px 24px;
	margin-top: 20px;
	display: block;
	width: 24px;
	height: 24px;
	margin-left: 20px;
	float: left;
}
.footer-twitter {
	float: left;
	background-image: url(images/icon/social/twitter.png);
	background-size: 24px 24px;
	margin-top: 20px;
	display: block;
	width: 24px;
	height: 24px;
	margin-left: 15px;
}
.footer-up {
	float: left;

	background-size: 24px 24px;
	margin-top: 20px;
	display: block;
	width: 24px;
	height: 24px;
	margin-left: 15px;
}
.footer em {
	text-align: right;
	color: #FFFFFF;
	display: block;
	font-size: 12px;
	font-family: 'Lato', sans-serif;
	padding-right: 20px;
	/* text-transform: uppercase; */
	/* font-weight: 800; */
	font-style: normal;
	padding-top: 20px;
	/* text-transform: uppercase; */
	color: #fff;
	border: 0;
	text-align: center;
	font-size: 18px;
	padding: 15px;
	background-color: #fa9d00;
	width: 100%;
	border-radius: 0;
	line-height: 20px;
}
.mainMenuWrapper, .linksMenuWrapper {
	margin: 0px;
	list-style: none;
}
.mainMenuWrapper > li, .linksMenuWrapper li {
	height: 60px;
	line-height: 55px;
	padding-top: 3px;
	padding-bottom: 5px;
	opacity: 0.8;
	border-bottom: solid 1px #111112;
	box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.1);
	margin: 0px;
	list-style-type: none;
	padding-right: 40px;
	background-size: 7px 12px;
	background-position: 24px 25px;
	background-repeat: no-repeat;
}
.mainMenuWrapper li a, .linksMenuWrapper li a {
	padding-left: 60px;
	font-size: 14px;
	font-family: 'Dosis', sans-serif;
	color: #FFF;
	background-size: 24px 24px;
	background-position: 20px 18px;
	background-repeat: no-repeat;
	text-transform: uppercase;
	background-image: url(images/misc/next-shortcut.png);
	background-position: right center;
	background-size: 22px 22px;
}
.linksMenuWrapper li a {

}
.mainMenuWrapper .home-icon > a {

}
.mainMenuWrapper li:hover, .linksMenuWrapper li:hover {
	background-color: rgba(255,255,255,0.05);
}
.mainMenuWrapper > li.current-menu-item {
	background-color: rgba(255,255,255,0.05)!important;
}
.home-icon {
	background-image: url(../../../../right.png);
	background-size: 7px 12px;
	background-repeat: no-repeat;
	background-position: 28px 24px;
}
.type-icon {
	background-image: url(images/icon/misc/infoabout.png);
}
.jquery-icon {
	background-image: url(images/icon/power/power.png);
}
.other-icon {
	background-image: url(images/icon/misc/preview.png);
}
.folio-icon {
	background-image: url(images/icon/media/image2.png);
}
.gallery-icon {
	background-image: url(images/icon/media/image3.png);
}
.videos-icon {
	background-image: url(images/icon/media/film.png);
}
.blog-icon {
	background-image: url(images/icon/misc/creatwrite.png);
}
.contact-icon {
	background-image: url(images/icon/misc/mail.png);
}
.call-icon {
	background-image: url(images/icon/communication/phonehook.png);
}
.sms-icon {
	background-image: url(images/icon/communication/speechbubble3.png);
}
.facebook-icon {
	background-image: url(images/icon/social/facebook.png);
}
.twitter-icon {
	background-image: url(images/icon/social/twitter.png);
}
/* extras start */
.homeGalleryContainer {
	padding-bottom: 0px;
	margin-bottom:0px;
}
.homeContentWrapper {
	padding-bottom: 0px;
}
.column {
	margin-left: 0px;
	margin-right: 0px;
}
.decoration {
	margin-left: 0px;
	margin-right: 0px;
}
.decoration2 {
	margin-left: 20px;
	margin-right: 20px;
}
.formSubmitButtonErrorsWrap a, .formSubmitButtonErrorsWrap .buttonWrap {
	margin-bottom: 20px !important;
}
.tagsWrapper p {
	margin-bottom: 0px;
}
.commentsWrap {
	margin-bottom: 20px;
}
.commentsTitle {
	border-top: 1px solid #c7c7c7;
	font-weight: bold;
	font-size: 12px;
	color: #3d3d3d;
	line-height: 62px;
	margin-bottom: 0px;
}
.formCommentsTitle {
	padding-bottom: 0px;
}
#respond {
	padding-top: 20px;
	border-top: 1px solid #c7c7c7;
}
#reply-title, #reply-title a {
	font-size: 12px;
	font-weight: 600;
	color: #777;
}
#reply-title {
	display: block;
	overflow: hidden;
}
#reply-title a {
	background: none;
	padding-top: 17px;
	display: block;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-bottom: 15px;
}
#reply-title small {
	display: block;
	overflow: hidden;
}
.commentsListWrap {
	display: block;
	overflow: hidden;
	list-style: none;
	margin-bottom: 20px;
}
.commentsListWrap > li {
	margin-bottom: 20px;
	display: block;
	overflow: hidden;
	position: relative;
	margin-left: 0px;
}
.commentsListWrap > li:last-child {
	margin-bottom: 0px;
}
.commentMeta {
	display: block;
	overflow: hidden;
}
.commentMeta > .avatar {
	display: block;
	overflow: hidden;
	float: left;
}
.commentMeta .commentDetails {
	display: block;
	overflow: hidden;
	float: left;
	margin-left: 15px;
	font-size: 10px;
	display: block;
	color: #333;
	line-height: 18px;
	margin-top: 4px;
}
.commentDetails a {
}
.commentDetails > p {
	margin-bottom: 10px;
}
.commentDetails .commentAuthorName {
}
.commentContentWrap {
	font-size: 10px;
	display: block;
	color: #646464;
	margin-left: 55px;
}
.commentContentWrap p {
	padding-bottom: 10px;
	margin-bottom: 5px;
}
.commentContentWrap p:last-child {
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.commentReplyEditWrap {
	position: absolute;
	top: 0px;
	right: 0px;
}
.commentReplyEditWrap a {
	float: left;
	font-size: 10px;
}
.comment-edit-link {
	margin-left: 15px;
}
.commentFormLabel {
	display: block;
	margin-bottom: 10px;
	font-size: 12px;
	color: #333;
	line-height: 20px;
}
.commentFormLabel > label {
	display: inline;
}
.commentFormLabel > span.requiredField {
	display: inline;
}
.commentAwaitingModeration, .noPassword, .noCommemnts, .mustLogIn, .loggedInAs {
	font-size: 10px;
	display: block;
	color: #333;
	margin-bottom: 10px;
}
.commentAwaitingModeration {
	margin-left: 55px;
}
#commentsNavBellow {
	display: block;
	overflow: hidden;
	margin-bottom: 15px;
}
#commentsNavBellow a {
	font-size: 10px;
	text-decoration: none;
}
.previousComments {
	float: left;
}
.nextComments {
	float: right;
}
.mustLogIn > a, .loggedInAs > a {
}
.commentsWrap textarea, .commentsWrap input[type="text"] {
	height: 36px;
	text-transform: lowercase;
	padding: 10px;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.4);
	border: solid 1px #CACACA;
	color: #666;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin-bottom: 10px;
}
.commentsWrap textarea {
	height: 150px;
	display: block;
	margin-bottom: 20px;
}
p.form-submit {
	margin-bottom: 0px;
}
#submitComment, #submitComment, #submitComment:hover {
	text-align: center;
	box-sizing: border-box;
	line-height: 12px!important;
	display: block!important;
	height: 30px!important;
	color: #444;
	border: 1px solid #D0D0D0;
	background-color: #E1E1E1;
	height: 36px;
	padding-left: 12px;
	padding-right: 12px;
	border-radius: 3px;
}
.textwidget > p:last-child {
	margin-bottom: 0px;
}
.widgetWrap li {
	list-style-position: inside;
}
.blog .footerWidgetsWrap, .archive .footerWidgetsWrap {
	margin-bottom: 20px;
}
.blog-post-image {
	width: 100%;
	box-sizing: border-box;
	height: auto;
}
.page-template-page-portfolio-three-php #gallery {
	margin-bottom: 25px !important;
}
/* pagination */
.pagination {
	display: block;
	overflow: hidden;
	height: 40px;
	margin-bottom: 20px;
	border-bottom: 1px solid #cacaca;
	margin-left: 20px;
	margin-right: 20px;
}
.page-template-page-portfolio-one-php .pagination {
	border-top: none;
	padding-top: 0px;
	height: 40px;
	margin-bottom: 0px;
	border-bottom: none;
}
.page-template-page-portfolio-three-php .pagination {
	border-bottom: none;
	height: 40px;
	margin-bottom: 0px;
}
.container .pagination {
	margin-left: 0px;
	margin-right: 0px;
	border-top: none;
	border-bottom: 1px solid #cacaca;
	padding-top: 0px;
	padding-bottom: 20px;
}
.pagination span, .pagination a {
	float: left;
	margin-right: 10px;
	height: 20px;
	line-height: 20px;
	width: 20px;
	text-align: center;
	background-color: #e1e1e1;
	font-size: 12px;
	color: #7d7d7d;
	border: 1px solid #cacaca;
}
.pagination span {
	color: #fff;
	background-color: #333;
	border-color: #333;
}
.decoration {
	clear: both;
}
.searchform #s {
	width: 80%;
	float: left;
	box-sizing: border-box;
	height: 30px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
	background-color: rgba(255, 255, 255, 0.4);
	font-size: 12px;
	color: #666;
	border: solid 1px #CACACA;
}
.searchform #searchsubmit {
	width: 20%;
	text-align: center;
	float: left;
	box-sizing: border-box;
	line-height: 12px!important;
	display: block!important;
	height: 30px!important;
	color: #444;
	border: 1px solid #D0D0D0;
	border-left: 0px;
	background-color: #E1E1E1;
}
.searchform label {
	margin-bottom: 15px;
}
.authorInfo > p {
	margin-bottom: 0px;
}
.heading-left > h3 {
	text-transform: uppercase;
}
.gallery li {
	margin-left: 0px !important;
}
pre {
	border-top: solid 1px rgba(0, 0, 0, 0.1);
	border-bottom: solid 1px rgba(0, 0, 0, 0.1);
	display: block;
	background-color: #F1F1F1;
	margin-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.sliding-door {
	margin-bottom: 15px;
}
.column > p:last-child {
	margin-bottom: 0px;
}
iframe.maps {
	margin-bottom: 0px;
}
span.nextPostLink {
	float: right !important;
	margin-right: 0px !important;
}
ul li {
	margin-left: 20px;
	list-style-position: outside;
}
ol, ol li {
	list-style-type: decimal;
}
ol li {
	margin-left: 20px;
}
.icon-lists li {
	margin-left: 0px;
}
p > .icon {
	float: left;
	margin-right: 12px;
}
/* extras end */



/*///////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*///////////////// WordPress Core CSS Rules Start                                                       */
.alignnone {
	margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
a img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}
.sticky {
}
.gallery-caption {
}
.bypostauthor {
}
/*///////////////// WordPress Core CSS Rules End                                                         */
/*///////////////////////////////////////////////////////////////////////////////////////////////////////*/

.paginate {margin: -1px;display: -webkit-box;}

.paginate a {
	padding: 5px;
	padding-left: 5px;
	padding-left: 10px;
	padding-right: 10px;
	margin:2px;
	border: 1px solid #DDD;
	text-decoration:none;
	color: #666;
}
.paginate a:hover, .paginate a:active {
	border: 1px solid #999;
	color: #000;
}
.paginate span.current {
    margin: 2px;
    padding: 4px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #F5F5F5;
    font-weight: bold;
    /* border-radius: 5px; */
    background-color: #ffa500;
    color: #FFF;
 }
	.paginate span.disabled {
		padding: 5px;
		padding-left: 10px;
		padding-right: 10px;
		margin:2px;
		border:1px solid #eee;
		color:#DDD;
	}
	a.img2:hover img {
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=80);
    -moz-opacity: 0.8;    /* Mozilla 1.6 &#232; &#237;&#232;&#230;&#229; */
    -khtml-opacity: 0.8;  /* Konqueror 3.1, Safari 1.1 */
    opacity: 0.8;         /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +,
                             Safari 1.2+, Opera 9 */
    filter: alpha(opacity=80); /* IE 5.5+*/
}